home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #1 / Kompuutteri Kaikille! KCD_1_2000.iso / Tools / InterCent / _setup.1 / Intercent.exe / 0 / RCDATA / TFRMLOG / TFRMLOG.txt
Text File  |  1998-06-25  |  2KB  |  92 lines

  1. object FrmLog: TFrmLog
  2.   Left = 127
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Logboek'
  7.   ClientHeight = 275
  8.   ClientWidth = 408
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Asg: TAdvStringGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 408
  22.     Height = 275
  23.     HelpContext = 1301
  24.     Align = alClient
  25.     ColCount = 7
  26.     DefaultRowHeight = 15
  27.     FixedCols = 0
  28.     RowCount = 999
  29.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goColSizing, goRowSelect]
  30.     PopupMenu = PopNL
  31.     TabOrder = 0
  32.     AutoSize = False
  33.     OnGetAlignment = AsgGetAlignment
  34.     SortDirection = sdDescending
  35.     PrintTime = False
  36.     PrintDate = False
  37.     PrintPageNum = False
  38.     PrintBorders = False
  39.     PrintFont.Color = clWindowText
  40.     PrintFont.Height = -11
  41.     PrintFont.Name = 'MS Sans Serif'
  42.     PrintFont.Style = []
  43.     SortShow = False
  44.     SortColumn = 0
  45.     HintColor = clYellow
  46.     ColWidths = (
  47.       50
  48.       31
  49.       47
  50.       46
  51.       56
  52.       44
  53.       106)
  54.   end
  55.   object PopNL: TPopupMenu
  56.     Left = 56
  57.     Top = 72
  58.     object Logboeklegen1: TMenuItem
  59.       Caption = 'Logboek legen...'
  60.       ShortCut = 0
  61.       OnClick = Logboeklegen1Click
  62.     end
  63.     object N1: TMenuItem
  64.       Caption = '-'
  65.       ShortCut = 0
  66.     end
  67.     object Venstersluiten1: TMenuItem
  68.       Caption = 'Venster sluiten'
  69.       ShortCut = 116
  70.       OnClick = Venstersluiten1Click
  71.     end
  72.   end
  73.   object PopEng: TPopupMenu
  74.     Left = 96
  75.     Top = 72
  76.     object Emptylogfile1: TMenuItem
  77.       Caption = '&Empty logfile'
  78.       ShortCut = 0
  79.       OnClick = Emptylogfile1Click
  80.     end
  81.     object N2: TMenuItem
  82.       Caption = '-'
  83.       ShortCut = 0
  84.     end
  85.     object Closewindow1: TMenuItem
  86.       Caption = 'Close window'
  87.       ShortCut = 116
  88.       OnClick = Closewindow1Click
  89.     end
  90.   end
  91. end
  92.